home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Developer & Web Development Tools / Twistpad 1.64 / Setup.exe / Twistpad.exe / 0 / RCDATA / TFRMADDPROGRAM / TFRMADDPROGRAM.txt
Text File  |  2008-08-19  |  2KB  |  87 lines

  1. object FrmAddProgram: TFrmAddProgram
  2.   Left = 305
  3.   Top = 299
  4.   BorderStyle = bsDialog
  5.   Caption = 'Add Program'
  6.   ClientHeight = 111
  7.   ClientWidth = 382
  8.   Color = clBtnFace
  9.   Font.Charset = ANSI_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object TxtPath: TLabeledEdit
  20.     Left = 53
  21.     Top = 15
  22.     Width = 218
  23.     Height = 21
  24.     Color = clBtnFace
  25.     EditLabel.Width = 44
  26.     EditLabel.Height = 13
  27.     EditLabel.Caption = 'Program:'
  28.     LabelPosition = lpLeft
  29.     ReadOnly = True
  30.     TabOrder = 0
  31.   end
  32.   object TxtName: TLabeledEdit
  33.     Left = 53
  34.     Top = 47
  35.     Width = 317
  36.     Height = 21
  37.     EditLabel.Width = 31
  38.     EditLabel.Height = 13
  39.     EditLabel.Caption = 'Name:'
  40.     LabelPosition = lpLeft
  41.     TabOrder = 2
  42.   end
  43.   object Button1: TButton
  44.     Left = 285
  45.     Top = 13
  46.     Width = 85
  47.     Height = 24
  48.     Caption = '&Browse...'
  49.     TabOrder = 1
  50.     OnClick = Button1Click
  51.   end
  52.   object Button2: TButton
  53.     Left = 225
  54.     Top = 79
  55.     Width = 70
  56.     Height = 23
  57.     Caption = '&OK'
  58.     Default = True
  59.     TabOrder = 3
  60.     OnClick = Button2Click
  61.   end
  62.   object Button3: TButton
  63.     Left = 301
  64.     Top = 79
  65.     Width = 70
  66.     Height = 23
  67.     Cancel = True
  68.     Caption = '&Cancel'
  69.     ModalResult = 2
  70.     TabOrder = 4
  71.   end
  72.   object OpenDialog1: TCSOpenDialog
  73.     Filter = 'Programs|*.exe|All Files|*.*'
  74.     RegKey = '\Software\Carthago\Twistpad'
  75.     RegRootKey = hkCurrentUser
  76.     RegSection = 'FolderHistory'
  77.     Left = 19
  78.     Top = 78
  79.   end
  80.   object dfsVersionInfoResource1: TdfsVersionInfoResource
  81.     ForceEXE = True
  82.     ShowResource = [pdCompanyName, pdFileDescription, pdFileVersion, pdInternalName, pdLegalCopyright, pdLegalTrademarks, pdOriginalFilename, pdProductName, pdProductVersion, pdComments, pdBuildFlags]
  83.     Left = 55
  84.     Top = 79
  85.   end
  86. end
  87.